home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / wbritish.config < prev    next >
Text File  |  2008-07-04  |  246b  |  13 lines

  1. #!/usr/bin/perl -w
  2. use Debconf::Client::ConfModule q(:all);
  3.  
  4. version ('2.0');
  5.  
  6. my $class  = "wordlist";
  7. my $script = "/usr/share/dictionaries-common/dc-debconf-select.pl";
  8.  
  9. if ( -e $script ){
  10.     require $script;
  11.     dc_debconf_select($class);
  12. }
  13.